From: Nick Roberts Date: Sun, 20 Sep 2009 05:40:50 +0000 (+0000) Subject: (gud-sentinel): Revert indavertant change. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~10378 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=089d3e2079fa1a1a182731d9a2cd612589397d26;p=emacs.git (gud-sentinel): Revert indavertant change. --- diff --git a/lisp/progmodes/gud.el b/lisp/progmodes/gud.el index dae280196a7..49637f9b970 100644 --- a/lisp/progmodes/gud.el +++ b/lisp/progmodes/gud.el @@ -2627,9 +2627,7 @@ It is saved for when this flag is not set.") (setq gud-overlay-arrow-position nil) (if (eq (buffer-local-value 'gud-minor-mode gud-comint-buffer) 'gdbmi) - (progn - (delete-process "gdb-inferior") - (gdb-reset)) + (gdb-reset) (gud-reset)) (let* ((obuf (current-buffer))) ;; save-excursion isn't the right thing if